introspection: Remove redundant include
authorJohan Dahlin <johan@gnome.org>
Tue, 8 Feb 2011 15:30:24 +0000 (13:30 -0200)
committerJohan Dahlin <johan@gnome.org>
Tue, 8 Feb 2011 15:30:24 +0000 (13:30 -0200)
commit6a40c0f865b446cd25a561a817446026c5414489
treecc98c9f9f6419bfcc1441cbcf185426f2c128ffd
parent358a2b86758f411c839b303fedc143135e8f3f3e
introspection: Remove redundant include

Gdk-3.0 is already included above via --include-uninstalled, so
don't also specify it in INCLUDES.  Doing so breaks if it isn't
installed already, since we try to find the gdk-3.0.pc.
gtk/Makefile.am